Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 16, 2024
1 parent 17efaba commit cc38b03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
name: ${{ matrix.os }} (${{matrix.arch}})
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
# Set registry to NPM instead of github packages for publication
registry-url: 'https://registry.npmjs.org'
node-version: 14
node-version: 20

- name: Setup Linux Dependencies
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20

0 comments on commit cc38b03

Please sign in to comment.