Skip to content

Commit

Permalink
Update github action node version (#30)
Browse files Browse the repository at this point in the history
Update github action to use node 18
  • Loading branch information
hwhmeikle committed May 16, 2023
1 parent a48a5e6 commit 3c75d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- run: yarn
- run: yarn build

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn build
Expand Down

0 comments on commit 3c75d0a

Please sign in to comment.