Skip to content

Commit 8764fca

Browse files
committed
ci: update workflows config.
1 parent 516657d commit 8764fca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build-deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v6
10+
- uses: actions/setup-node@v6
1111
with:
12-
node-version: 16
12+
node-version: 24
1313
registry-url: 'https://registry.npmjs.org'
1414

1515
- run: npm -v

0 commit comments

Comments
 (0)