Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
XmiliaH committed Nov 22, 2022
1 parent bbe3ede commit ef55c5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
node-version: [8, 10, 12, 14, 16, 18, 19]
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: Install dependencies
Expand All @@ -24,9 +24,9 @@ jobs:
testv6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 6
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 6
- name: Install dependencies
Expand Down

0 comments on commit ef55c5c

Please sign in to comment.