diff options
author | Pauline <git@ethanlibs.co> | 2023-11-26 18:12:45 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-11-26 18:12:45 -0500 |
commit | d1273a68dfc2b12b038c46b61528de28e05bc123 (patch) | |
tree | 20faf75e1adcbe71eae46b2d0c2c9f482fb3347a /.github | |
parent | e9d485fe3b5db8c426ac03b30ed8917df0baa62d (diff) | |
download | Nexus-d1273a68dfc2b12b038c46b61528de28e05bc123.tar.gz Nexus-d1273a68dfc2b12b038c46b61528de28e05bc123.tar.bz2 Nexus-d1273a68dfc2b12b038c46b61528de28e05bc123.zip |
chore(actions): hopefully this fixes the errors
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/setup-pnpm/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup-pnpm/action.yml b/.github/actions/setup-pnpm/action.yml index 61cf3ee..9a2ced5 100644 --- a/.github/actions/setup-pnpm/action.yml +++ b/.github/actions/setup-pnpm/action.yml @@ -11,7 +11,7 @@ runs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8.x.x + version: latest - name: Install Node.js uses: actions/setup-node@v3 |