Skip to content

Commit

Permalink
feat: package updates and updating actions to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Oct 18, 2024
1 parent 4f0a7c3 commit add19a1
Show file tree
Hide file tree
Showing 6 changed files with 1,651 additions and 1,639 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.13
node-version: 20
- name: Install Node Dependencies
run: npm ci
# Transform Figma Tokens JSON to something Style Dictionary can read, then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: 20
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install
run: npm install
- name: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: steps.component_changes.outputs.components == 'true'
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install dependencies
if: steps.component_changes.outputs.components == 'true'
run: npm ci
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: 20
- name: Install CLI
run: npm install -g @emulsify/cli
- name: Install starter
Expand Down
Loading

0 comments on commit add19a1

Please sign in to comment.