Skip to content

Commit 7119b8f

Browse files
committed
fix(ci): bump action and node versions
1 parent ab4eb4b commit 7119b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
matrix:
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
- run: npm install
1616
- run: npm test

0 commit comments

Comments
 (0)