Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Add Node 18 to CI instead of 17
Browse files Browse the repository at this point in the history
17 is an unstable version, so now that 18 is out for while,
update the tests to add Node 18 in place of Node 17

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
  • Loading branch information
danielfdickinson committed Jul 22, 2022
1 parent 5c824e5 commit 68aa1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['16', '17']
node-version: ['16', '18']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 68aa1a9

Please sign in to comment.