Skip to content

Commit

Permalink
upgrade to node 18 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 authored Feb 7, 2023
1 parent e1054c4 commit 8c77129
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/checkout@v2

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 18

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand All @@ -48,9 +48,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: 'Use Node ${{ matrix.node }}'
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '${{ matrix.node }}'
node-version: 18
registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 8c77129

Please sign in to comment.