Skip to content

Commit

Permalink
chore: upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
2coo committed Mar 18, 2024
1 parent af66e58 commit ced48fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Node.js 18.x
uses: actions/setup-node@v3
- name: Set Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Install dependencies
run: npm ci
Expand All @@ -47,7 +47,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ outputs:
hasAffected:
description: true/false if there are affected projects (apps/libs)

author: 'jhonatanmacazana'
author: '2coo'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down

0 comments on commit ced48fc

Please sign in to comment.