Skip to content

Commit

Permalink
Update gh actions to node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Jul 7, 2024
1 parent 504b0a2 commit 117f9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '21.x'

- name: Install, Lint, Compile, and create build info for server
run: |
Expand Down

0 comments on commit 117f9d4

Please sign in to comment.