Skip to content

Commit

Permalink
Update node version on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed May 28, 2024
1 parent 14cfbc7 commit 002dacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-figma-to-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18.16.0'
node-version: '18.18.0'

- name: Set NPM version
run: npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-tokens-to-figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18.16.0'
node-version: '18.18.0'

- name: Set NPM version
run: npm install -g [email protected]
Expand Down

0 comments on commit 002dacc

Please sign in to comment.