Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 7e23a07

Browse files
authored
Increase node version on release from Node 12 -> 18 (#471)
1 parent 86275df commit 7e23a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v1
3131
- uses: actions/setup-node@v1
3232
with:
33-
node-version: 12
33+
node-version: 18
3434
- run: mv .github/workflows/.npmrc .npmrc
3535
- name: Publish npm package
3636
env:

0 commit comments

Comments
 (0)