Skip to content

Commit d0f2ab0

Browse files
authored
Bump node version to 18.x (#26)
1 parent 8a34016 commit d0f2ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 12
13+
node-version: '18.x'
1414
- run: yarn install
1515
- run: yarn test
1616
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)