Skip to content

Commit

Permalink
chore: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 28, 2024
1 parent 6ea0456 commit 5180d7c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
submodules: true
lfs: false
- name: Install OIDC Client from Core Package
run: npm install @actions/[email protected] @actions/http-client
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Get Id Token
uses: actions/github-script@v6
id: idtoken
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@actions/core": "1.6.0",
"@actions/http-client": "^2.2.3",
"@nuxt/eslint": "0.7.0",
"@nuxt/test-utils": "3.14.4",
"@playwright/test": "1.48.2",
Expand Down
48 changes: 48 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5180d7c

Please sign in to comment.