Skip to content

Commit

Permalink
update action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 19, 2023
1 parent eee6089 commit b71dc03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.15.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
platform:
- os: ubuntu-latest
shell: bash
Expand All @@ -21,12 +21,13 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v1.1.0
uses: actions/checkout@v4

- name: Use Nodejs ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit b71dc03

Please sign in to comment.