Skip to content

Commit 75ed75e

Browse files
authored
chore: upgrade GitHub Actions (TheAlgorithms#78)
1 parent 6608f5a commit 75ed75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
test:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
1515
with:
16-
node-version: "16.x"
16+
node-version: "18.x"
1717
- run: npm ci
1818
- run: npm test

0 commit comments

Comments
 (0)