Skip to content

Commit 520461c

Browse files
authored
Update main.yml
1 parent 9306f02 commit 520461c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Setup node
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
19-
node-version: "16"
19+
node-version: "18"
2020
registry-url: https://registry.npmjs.com/
2121

2222
- name: Setup pnpm

0 commit comments

Comments
 (0)