Skip to content

Commit

Permalink
Update the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emilos committed May 14, 2024
1 parent 4963cde commit 72dff4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:

strategy:
matrix:
node-version: [20.11.1]
node-version: [20.13.1]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v4
- name: Use Node.js 20.13.1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20.13.1
- name: npm install, build, and test
run: |
npm ci
Expand Down

0 comments on commit 72dff4c

Please sign in to comment.