Skip to content

Commit

Permalink
Bump Node.js version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Sep 29, 2024
1 parent a1adaf7 commit 5bd485f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.10.0'

- name: Install modules
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"sass-loader": "^10.0.0"
},
"engines": {
"node": "18.18.0"
"node": "20.10.0"
}
}

0 comments on commit 5bd485f

Please sign in to comment.