Skip to content

Commit

Permalink
Update setup-node workflow action / use Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
lephyrus committed May 5, 2023
1 parent deba612 commit 2e26974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
env:
node-version: 16.x
node-version: 18
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node ${{ env.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ env.node-version }}
- id: find-yarn-cache-folder
Expand Down

0 comments on commit 2e26974

Please sign in to comment.