Skip to content

Commit

Permalink
In Development
Browse files Browse the repository at this point in the history
  • Loading branch information
skewll committed Dec 16, 2023
1 parent 2fd860d commit 1e10c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [21]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sass-loader": "^10.4.1"
},
"engines": {
"node": "^21.4.0"
"node": "^21"
}
}

0 comments on commit 1e10c2c

Please sign in to comment.