Skip to content

Commit

Permalink
Updated NodeJS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Jan 29, 2024
1 parent ea56afa commit e408bd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20 ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/checkout@v4
name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit e408bd2

Please sign in to comment.