Skip to content

Commit

Permalink
feat: use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
SushiWaUmai committed Sep 8, 2023
1 parent 6688b4e commit dc83d80
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ jobs:
env:
NEXT_PUBLIC_BASE_PATH: /Game-of-Life

strategy:
matrix:
node-version: [14.x]

steps:
- name: Get files
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v2.1.0
with:
Expand Down

0 comments on commit dc83d80

Please sign in to comment.