Skip to content

Commit

Permalink
Merge pull request #18 from dontcallmedom/gh-upgrade
Browse files Browse the repository at this point in the history
Upgrade imported github actions
  • Loading branch information
dontcallmedom authored Dec 12, 2023
2 parents 74a84e8 + 66eecce commit 7f85df1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
- name: Setup environment
run: npm install
- name: checkout webref repo
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
- uses: actions/setup-java@v1
node-version: 18.x
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- name: Setup environment
run: npm install
- name: checkout webref repo
Expand Down

0 comments on commit 7f85df1

Please sign in to comment.