Skip to content

Commit eddf90e

Browse files
committed
Dumped workflow version
1 parent 9963909 commit eddf90e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
name: Publish to NPM
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
11-
- uses: actions/setup-node@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: '18.x'
1414
registry-url: https://registry.npmjs.org
1515
- run: npm ci --ignore-scripts
1616
- run: npm run prettier:check

0 commit comments

Comments
 (0)