Skip to content

Commit 5723b14

Browse files
committed
ci(config): Update GitHub workflow's node and ubuntu version
1 parent 313355a commit 5723b14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2.1.4
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 14
12+
node-version: 18
1313
- run: |
1414
npm install
1515
- run: |

0 commit comments

Comments
 (0)