Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyBear authored Aug 19, 2024
1 parent a745c09 commit 854a5f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -34,6 +34,7 @@ jobs:
- name: 🚧 Building
- run: yarn build
- name: 🚀 Deploying
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
path: './dist'
Expand Down

0 comments on commit 854a5f4

Please sign in to comment.