Skip to content

Commit

Permalink
use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Aug 1, 2023
1 parent 2d3cf14 commit 2559ba9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gh-pages.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Deploy to GitHub Pages


on:
push:
branches: [main]


jobs:
build:
runs-on: ubuntu-latest


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

node-version: [18.x]

steps:
- name: Get files
Expand Down

0 comments on commit 2559ba9

Please sign in to comment.