Skip to content

Commit

Permalink
Merge pull request #363 from alphagov/node-v20
Browse files Browse the repository at this point in the history
Allow Node.js LTS ‘Iron’ (v20) release version
  • Loading branch information
colinrotherham authored Nov 1, 2023
2 parents 6c3f47b + ca28f24 commit d2dfde4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: npm
check-latest: true
node-version-file: .nvmrc

- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"sassdoc": "^2.7.4",
"standard": "^17.1.0",
"tap-mocha-reporter": "^5.0.4"
},
"engines": {
"node": "^20.9.0",
"npm": "^10.1.0"
}
}

0 comments on commit d2dfde4

Please sign in to comment.