Skip to content

Commit

Permalink
強制的にNode.js 20を使用するように記述
Browse files Browse the repository at this point in the history
  • Loading branch information
OtsukaAiko committed Aug 30, 2024
1 parent d1adcc6 commit 268652a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Snyk-CodeScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
- name: Monitor project with Snyk
run: snyk monitor # プロジェクトをSnykで監視
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true # Node.js 20を強制的に使用

0 comments on commit 268652a

Please sign in to comment.