Skip to content

Commit 0cef7d9

Browse files
eric-parsonsEric Parsons
andauthored
fix: Updating CI actions to versions compatible with Node 20. (#51)
Co-authored-by: Eric Parsons <eric.parsons@vertigis.com>
1 parent 6c711bb commit 0cef7d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323

2424
- name: Use Node.js 20
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: 20.x
2828

@@ -36,7 +36,7 @@ jobs:
3636
- test
3737
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v4
4040
with:
4141
# Pulls all commits (needed for semantic release to correctly version)
4242
# See https://github.com/semantic-release/semantic-release/issues/1526
@@ -48,7 +48,7 @@ jobs:
4848
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4949

5050
- name: Use Node.js 20
51-
uses: actions/setup-node@v1
51+
uses: actions/setup-node@v4
5252
with:
5353
node-version: 20.x
5454

0 commit comments

Comments
 (0)