Skip to content

Commit

Permalink
Merge pull request #170 from onflow/huyndo/fix-build-action
Browse files Browse the repository at this point in the history
Fix build action
  • Loading branch information
Huy Nguyen authored Dec 8, 2022
2 parents 1091c14 + 16cb790 commit 4e69f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
buildBundle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Build Bundle
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'npm'

- run: npm install
Expand All @@ -38,6 +38,6 @@ jobs:
title: Update Built Bundle
body: This PR is automatically generated to update the build bundle of the dev-wallet which is then used by go library for integration in other tools.
assignees: sideninja
reviewers: 10thfloor
reviewers: justinbarry
branch: update-bundle
base: main

0 comments on commit 4e69f25

Please sign in to comment.