Skip to content

Commit f91ab50

Browse files
committed
debugging github workflow
actions/setup-node#1275 (comment)
1 parent f27e267 commit f91ab50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-github.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
deploy:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '16'
1818
cache: 'npm'

0 commit comments

Comments
 (0)