Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'node-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jun 22, 2024
2 parents e408e45 + 439ae85 commit 685d494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup-nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ description: 'Setup Node.js and makes a "npm install"'
runs:
using: "composite"
steps:
- name: Download Node.js
uses: volta-cli/action@v4
- name: Use Node.js 22.3.0
uses: actions/setup-node@v4
with:
node-version: "22.3.0"
- name: Install dependencies
run: npm clean-install
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.3.0
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"engines": {
"node": "22.x"
},
"volta": {
"node": "22.3.0"
},
"scripts": {},
"dependencies": {
"@astrojs/node": "8.3.1",
Expand Down

0 comments on commit 685d494

Please sign in to comment.