Skip to content

Commit

Permalink
remove node version specifier - pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-ash committed Oct 26, 2024
1 parent 7f60fe8 commit d42dcd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/pages.yml

name: Deploy to GitHub Pages (install and build with Node.js v18)
name: Deploy to GitHub Pages (install and build with Node.js)

on:
push:
Expand All @@ -25,8 +25,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit d42dcd4

Please sign in to comment.