Skip to content

Commit 350169e

Browse files
Update package.yml
1 parent f6bd93c commit 350169e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Use Node.js 16.x
18-
uses: actions/setup-node@v2
17+
- name: Use Node.js 18.x
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: 18.x
21-
cache: 'npm'
2221

2322
- name: Build App
2423
run: |

0 commit comments

Comments
 (0)