Skip to content

Commit

Permalink
fix: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Jan 6, 2023
1 parent 0067d4b commit df43881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .actions/initialize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- name: 'Intitialize: Summon NodeJS'
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: pnpm/[email protected]
name: 'Intitialize: Configure pnpm'
id: pnpm-install
Expand All @@ -33,10 +33,10 @@ runs:
path: |
node_modules
~/.local/share/pnpm/store/v3
key: ${{ runner.OS }}-x86-compositeV2-node16-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.OS }}-x86-compositeV2-node18-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.OS }}-x86-compositeV2-node16-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-${{ env.cache-name }}-
${{ runner.OS }}-x86-compositeV2-node16-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-
${{ runner.OS }}-x86-compositeV2-node18-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-${{ env.cache-name }}-
${{ runner.OS }}-x86-compositeV2-node18-pnpm7-${{ inputs.prefix }}-${{ inputs.hash }}-
- name: 'Intitialize: Install dependencies'
if: ${{ inputs.run_install != 'false' }}
shell: bash
Expand Down

0 comments on commit df43881

Please sign in to comment.