Skip to content

Commit

Permalink
upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
RayBB committed Sep 23, 2023
1 parent e6c84fc commit d774b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16' # # Should match what's in our Dockerfile
node-version: '20' # Should match what's in our Dockerfile
- uses: actions/cache@v3
id: npm-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_nodejs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/nodesource/distributions#debian-and-ubuntu-based-distributions

NODE_MAJOR=16
NODE_MAJOR=20

# Download and import the Nodesource GPG key
apt-get install -y ca-certificates curl gnupg
Expand Down

0 comments on commit d774b5c

Please sign in to comment.