Skip to content

Commit

Permalink
Merge pull request #1563 from ODNZSL/main
Browse files Browse the repository at this point in the history
staging -> production
  • Loading branch information
G-Rath authored Dec 10, 2024
2 parents 5e82eaf + ab10b47 commit d725e08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: '.node-version'
cache: 'yarn'

- name: Install required JS packages
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: '16'
node-version-file: '.node-version'
cache: 'yarn'

- name: Install Ruby (version given by .ruby-version) and Bundler
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.16.0
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/ODNZSL/nzsl-online#readme",
"engines": {
"node": "^16.0.0",
"node": "^20.0.0",
"yarn": "^1.3.2"
},
"dependencies": {
Expand Down

0 comments on commit d725e08

Please sign in to comment.