Skip to content

Commit

Permalink
Upgrade node to 20.18.0
Browse files Browse the repository at this point in the history
update tool-version file so we're targeting upgraded node version
  • Loading branch information
dfeetenby authored and David-Feetenby committed Oct 22, 2024
1 parent 9dd3072 commit 8d562f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm
-
name: Prepare test database
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm
-
name: Install Chrome
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 18.11.0
nodejs 20.18.0
postgres 15.4
ruby 3.3.4

0 comments on commit 8d562f9

Please sign in to comment.