Skip to content

Commit 87c7b73

Browse files
authored
Build with Node 18 (#108)
1 parent f3a1b50 commit 87c7b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version

0 commit comments

Comments
 (0)