Skip to content

Commit

Permalink
fix: sveltekit needs node 16.x to run
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Oct 3, 2022
1 parent 84a4d85 commit 0b9a4e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14.x', '16.x']
node: ['16.x']
# os: [ubuntu-20.04]
# Maybe add those later again
# os: [ubuntu-20.04, macos-11, windows-2022]
Expand Down
1 change: 0 additions & 1 deletion .nvm

This file was deleted.

0 comments on commit 0b9a4e4

Please sign in to comment.