Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 10, 2023
1 parent f29ced5 commit 160039d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
node-version: [16.x, 18.x, 20.x]
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -37,9 +37,9 @@ jobs:
node-version: [16.x, 18.x, 20.x]
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -62,9 +62,9 @@ jobs:
node-version: [16.x]
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 160039d

Please sign in to comment.