Skip to content

Commit

Permalink
ci: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jbw committed Aug 23, 2023
1 parent 53eaae4 commit c4adb83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm

- name: Test Action
id: test_action
env:
Expand All @@ -51,6 +56,7 @@ jobs:

- name: Integration tests
timeout-minutes: 5

run: |
npm install --immutable
npm run test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16
18.12

0 comments on commit c4adb83

Please sign in to comment.