Skip to content

Commit

Permalink
chore: starting upgrade env
Browse files Browse the repository at this point in the history
  • Loading branch information
TorinAsakura committed Oct 25, 2023
1 parent 6922d44 commit 5c9d66d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.13'
node-version: '18.20'

- name: Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion assets/assets-cli/src/run.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Node } from 'figma-js'
\import { Node } from 'figma-js'

import { FigmaAssets } from '@atls/figma-assets'
import { FigmaFileLoader } from '@atls/figma-file-loader'
Expand Down

0 comments on commit 5c9d66d

Please sign in to comment.