Skip to content

Commit 38f8d25

Browse files
committed
[actions] update actions to node20
1 parent 5508b6c commit 38f8d25

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/node-4+.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
eslint: 5
106106

107107
steps:
108-
- uses: actions/checkout@v3
108+
- uses: actions/checkout@v4
109109
- uses: ljharb/actions/node/install@main
110110
continue-on-error: ${{ matrix.eslint == 4 && matrix.node-version == 4 }}
111111
name: 'nvm install ${{ matrix.node-version }} && npm install, with eslint ${{ matrix.eslint }}'
@@ -119,7 +119,7 @@ jobs:
119119
skip-ls-check: true
120120
- run: npm run pretest
121121
- run: npm run tests-only
122-
- uses: codecov/codecov-action@v3
122+
- uses: codecov/codecov-action@v3.1.5
123123

124124
node:
125125
name: 'node 4+'

Diff for: .github/workflows/node-pretest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# runs-on: ubuntu-latest
1111

1212
# steps:
13-
# - uses: actions/checkout@v3
13+
# - uses: actions/checkout@v4
1414
# - uses: ljharb/actions/node/install@main
1515
# name: 'nvm install lts/* && npm install'
1616
# with:
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: ljharb/actions/node/install@main
2727
name: 'nvm install lts/* && npm install'
2828
with:

Diff for: .github/workflows/packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# - utils
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- uses: ljharb/actions/node/install@main
4343
name: 'nvm install ${{ matrix.node-version }} && npm install'
4444
env:
@@ -50,7 +50,7 @@ jobs:
5050
after_install: npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
5151
skip-ls-check: true
5252
- run: cd ${{ matrix.package }} && npm run tests-only
53-
- uses: codecov/codecov-action@v3
53+
- uses: codecov/codecov-action@v3.1.5
5454

5555
packages:
5656
name: 'packages: all tests'

0 commit comments

Comments
 (0)