Skip to content

Commit 3786ba9

Browse files
authored
Merge pull request #4 from UseFedora/chore/ENABLE-333/upgrade-node-version
update action to version with later node version
2 parents 54b7050 + 1d3ae52 commit 3786ba9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 20
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 12
13+
node-version: 18
1414
- name: Get yarn cache
1515
id: yarn-cache
1616
run: echo "::set-output name=dir::$(yarn cache dir)"
1717
- name: Cache node modules
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: ${{ steps.yarn-cache.outputs.dir }}
2121
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ inputs:
7171
required: false
7272

7373
runs:
74-
using: 'node12'
74+
using: 'node20'
7575
main: 'build/index.js'
7676

7777
branding:

0 commit comments

Comments
 (0)