Skip to content

Commit

Permalink
Update github CI to node v20
Browse files Browse the repository at this point in the history
This is so that the CI can run against a newer version of note in response to the newer version of the AA
  • Loading branch information
owenatgov committed Sep 12, 2024
1 parent c5ee21b commit 406178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 406178d

Please sign in to comment.