Skip to content

Commit

Permalink
Merge pull request #4 from UseFedora/chore/ENABLE-333/upgrade-node-ve…
Browse files Browse the repository at this point in the history
…rsion

update action to version with later node version
  • Loading branch information
ludicast authored Sep 12, 2024
2 parents 54b7050 + 1d3ae52 commit 3786ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12
node-version: 18
- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ inputs:
required: false

runs:
using: 'node12'
using: 'node20'
main: 'build/index.js'

branding:
Expand Down

0 comments on commit 3786ba9

Please sign in to comment.