Skip to content

Commit

Permalink
fix: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
victoray committed Mar 20, 2024
1 parent 301722a commit b567e38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
node-version: [ lts/-1, lts/*]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Update npm to 8.x
run: |
npm i -g npm@8
- name: npm install, build, and test
run: |
npm install
Expand Down

0 comments on commit b567e38

Please sign in to comment.