Skip to content

Commit

Permalink
Update Node CI checks to 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Feb 25, 2024
1 parent 93323cf commit 0df8e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ciChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

strategy:
matrix:
node-version: [ 16, 18 ]
node-version: [ 20, 22 ]
deno-version: [ 'v1.41.0' ]

steps:
- uses: actions/checkout@v3

# Install Node
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Confirm installed Node version
Expand Down

0 comments on commit 0df8e02

Please sign in to comment.