Skip to content

Commit f1b9e74

Browse files
committed
Updated node-version to 20 in main.yml
1 parent a58a004 commit f1b9e74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v2
30-
- uses: actions/setup-node@v2
29+
- uses: actions/checkout@3
30+
- uses: actions/setup-node@v3
3131
with:
32-
node-version: "16.x"
32+
node-version: "20"
3333
registry-url: "https://registry.npmjs.org"
3434
- run: npm ci
3535
- run: npm test

0 commit comments

Comments
 (0)