Skip to content

Commit

Permalink
chore: update GH Actions (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 23, 2022
1 parent e21178e commit d1673f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -22,13 +22,13 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: node_modules
Expand Down

0 comments on commit d1673f2

Please sign in to comment.