Skip to content

Commit b294573

Browse files
committed
FIXUP Updates GH actions
1 parent c20835f commit b294573

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-testing.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [20.x, 22.x]
8+
node-version: [20, 22]
99
steps:
1010
- run: set -e
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Use Node.js ${{ matrix.node-version }}
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Cache Node.js modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)