Skip to content

Commit

Permalink
Merge pull request #335 from UrbanOS-Public/green-build-node-update
Browse files Browse the repository at this point in the history
Green build node update
  • Loading branch information
AFarrAccenture authored Mar 28, 2024
2 parents e738de9 + 58051c6 commit 5e2c565
Show file tree
Hide file tree
Showing 6 changed files with 13,520 additions and 7,939 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20
- run: npm ci
- run: npm run test:ci
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20
- run: npm ci
- run: npm run test:ci

Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:library
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.17.4
nodejs 20.12.0
Loading

0 comments on commit 5e2c565

Please sign in to comment.