Skip to content

Commit

Permalink
Switch extension actions to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Mar 30, 2024
1 parent 522a767 commit bafbe80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: Set the version
run: |
Expand All @@ -89,7 +89,7 @@ jobs:

- name: Upload artifacts
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: extension/dist/*.zip

Expand Down

0 comments on commit bafbe80

Please sign in to comment.